GtkButton: Pick up images that are set early
authorMatthias Clasen <mclasen@redhat.com>
Tue, 4 Aug 2015 02:35:36 +0000 (22:35 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 4 Aug 2015 02:35:36 +0000 (22:35 -0400)
commitb10bfe128f8ab753137f1bd313982943df79af79
treed21ab329c852e48eb957cf7546848f7550d1f0b6
parentba45fa09b49b54b5d5d50b17cb14fc8408571356
GtkButton: Pick up images that are set early

We were failing to construct the child if an image was set
before constructed (e.g. in the init() function of a button
subclass).

https://bugzilla.gnome.org/show_bug.cgi?id=753048
gtk/gtkbutton.c